Vcenter Lcm Deployment Common CommonInfo

Vcenter Lcm Deployment Common CommonInfo
Vcenter Lcm Deployment Common CommonInfo

The Vcenter Lcm Deployment Common CommonInfo schema contains information common to all tasks.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "status": "string",
    "cancelable": false,
    "error": {},
    "start_time": "string",
    "end_time": "string"
}
description
Required

Description of the operation associated with the task.

This property was added in vSphere API 9.0.0.0.

string
status
Required

Status of the operation associated with the task.

For more information see: Vcenter Lcm Deployment Common Status.

This property was added in vSphere API 9.0.0.0.

boolean
cancelable
Required

Flag to indicate whether or not the operation can be cancelled. The value may change as the operation progresses.

This property was added in vSphere API 9.0.0.0.

object
error
Optional

Description of the error if the operation status is "FAILED" or the upgrade has been canceled.

This property was added in vSphere API 9.0.0.0.

If missing or null there is no error raised by the upgrade

string As date-time As date-time
start_time
Optional

Time when the operation is started.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.RUNNING, Vcenter Lcm Deployment Common Status.BLOCKED, Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.

string As date-time As date-time
end_time
Optional

Time when the operation is completed.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of status is one of Vcenter Lcm Deployment Common Status.SUCCEEDED, Vcenter Lcm Deployment Common Status.FAILED, or Vcenter Lcm Deployment Common Status.CANCELED.